IStackedSeriesWrapperBase<T> Interface Members
The following tables list the members exposed by IStackedSeriesWrapperBase<T>.
Public Properties
| Name | Description | |
|---|---|---|
![]() | StackedSeriesCount | Gets amount of the series being stacked. |
Public Methods
| Name | Description | |
|---|---|---|
![]() | AccumulateYValueAtX | Accumulate Y value at index for a stacked series, where Tuple.Item1 represents the upper series value at the index and Tuple.Item2 - the lower one. |
![]() | AddSeries | Adds the IStackedRenderableSeries to the internal collection. |
![]() | CalculateYRange | Gets the YRange of the data (min, max of the ) in the passed , where indices are point-indices on the DataSeries columns. |
![]() | DrawStackedSeries | Draws all the IStackedRenderableSeries being wrapped, using the SciChart.Drawing.Common.IRenderContext2D passed in. |
![]() | GetStackedSeriesFromSameGroup | Returns all the IStackedRenderableSeries from the same StackedGroup. |
![]() | GetYRangeAtX | Gets the YRange of the data (min, max of the ), using the passed in. |
![]() | IsOneHundredPercentGroup | Gets a value indicating whether all the series within the StackedGroup are 100% stacked. |
![]() | MoveSeriesToAnotherGroup | Called internally to move series from one StackedGroup to another. |
![]() | RemoveSeries | Removes the IStackedRenderableSeries from the internal collection. |
![]() | ShiftHitTestInfo | Called internally to correlate a hit-test result for the . |
See Also

